fmt.pp.fmtBytes (method)

3 uses

	fmt (current package)
		print.go#L509: func (p *pp) fmtBytes(v []byte, verb rune, typeString string) {
		print.go#L743: 		p.fmtBytes(f, verb, "[]byte")
		print.go#L888: 				p.fmtBytes(bytes, verb, t.String())